home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr47
/
asmlib35.zip
/
ASM3DEMO.ZIP
/
ASM.INC
next >
Wrap
Text File
|
1991-12-07
|
344b
|
29 lines
.model medium
IFDEF NOXT
.286
ENDIF
codesize EQU 1
datasize EQU 0
; color attribute constants
black equ 0
blue equ 1
green equ 2
cyan equ 3
red equ 4
magenta equ 5
brown equ 6
gray equ 7
darkgray equ 8
hiblue equ 9
higreen equ 10
hicyan equ 11
hired equ 12
himagenta equ 13
hiyellow equ 14
hiwhite equ 15